-
-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding python 3.10 to CI #2186
Adding python 3.10 to CI #2186
Conversation
bsipocz
commented
Oct 23, 2021
•
edited
Loading
edited
- remove docs build from GHA
- add 3.10 to GHA
- revisit 'all' groups in extras require based on which dependencies support 3.10 and 3.9
OK, so it seems that py3.10 compatibility should be added to upstream dependencies first, as I run into issues both with pyvo and with mocpy (cdshealpix). |
a8fb93e
to
6d1dd20
Compare
Codecov Report
@@ Coverage Diff @@
## main #2186 +/- ##
==========================================
+ Coverage 62.40% 62.57% +0.16%
==========================================
Files 131 131
Lines 16777 16777
==========================================
+ Hits 10470 10498 +28
+ Misses 6307 6279 -28
Continue to review full report at Codecov.
|
…s compatible, address that in a new commit (e.g. aplpy with astropy 5.0)